DialogView::AddItemWithKbdFocus

Section: ET++ method description (n)
Updated: automatically Fri Mar 15 14:08:52 1991
Index Return to Main Contents
 

NAME

DialogView::AddItemWithKbdFocus - instance method  

TEMPLATE

void AddItemWithKbdFocus(VObject * dialogItem)  

SPECIFIERS

public  

DESCRIPTION

AddItemWithKbdFocus adds the dialogItem to the instvar kbdFocusItems. When the container chain of the dialog window is initialized, dialog items that are interested in the keyboard focus call this method (e.g. the method ActionButton::SetContainer and the method EditTextItem::SetContainer). See also method RemoveItemWithKbdFocus and method SetDefaultButton.  

ARGUMENTS

VObject * dialogItem

a dialog item contained in the
instvar dialogRoot which is interested in getting the keyboard focus
 

RETURN ARGUMENT

void

 

CATEGORIES

client interface

 

FILES

implementation:
Dialog.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:29 GMT, March 30, 2022